Release 10.1A: OpenEdge Development:
Programming Interfaces
Creating XML output from the 4GL
This section describes how to create XML output from the Progress 4GL.
![]()
To create an output XML document:
- Create an
X-documentobject.- Create an
X-noderefobject to represent your root node.- Create an
X-noderefobject to represent nodes for your document.- Create the root node and append it to the document.
- Create each specific node required.
- Append each node to its parent.
- Set node attributes.
- Steps 5 through 7 are iterative.
- Save the document as an XML file.
- Delete the objects.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |